﻿2026-08-01T09:41:11.0915812Z ##[group]Run actions/checkout@v5
2026-08-01T09:41:11.0916375Z with:
2026-08-01T09:41:11.0916769Z   repository: BigscreenVR/spt-bs-core
2026-08-01T09:41:11.0920414Z   token: ***
2026-08-01T09:41:11.0920824Z   ssh-strict: true
2026-08-01T09:41:11.0921205Z   ssh-user: git
2026-08-01T09:41:11.0921583Z   persist-credentials: true
2026-08-01T09:41:11.0922014Z   clean: true
2026-08-01T09:41:11.0922390Z   sparse-checkout-cone-mode: true
2026-08-01T09:41:11.0922836Z   fetch-depth: 1
2026-08-01T09:41:11.0923195Z   fetch-tags: false
2026-08-01T09:41:11.0923568Z   show-progress: true
2026-08-01T09:41:11.0924092Z   lfs: false
2026-08-01T09:41:11.0924438Z   submodules: false
2026-08-01T09:41:11.0924818Z   set-safe-directory: true
2026-08-01T09:41:11.0925233Z   allow-unsafe-pr-checkout: false
2026-08-01T09:41:11.0925661Z env:
2026-08-01T09:41:11.0926019Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-08-01T09:41:11.0926487Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-08-01T09:41:11.0926925Z ##[endgroup]
2026-08-01T09:41:11.1687231Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-01T09:41:11.1688899Z ##[group]Getting Git version info
2026-08-01T09:41:11.1690098Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-01T09:41:11.1691136Z [command]/usr/bin/git version
2026-08-01T09:41:11.1717138Z git version 2.43.0
2026-08-01T09:41:11.1736621Z ##[endgroup]
2026-08-01T09:41:11.1744786Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/dc623a50-2d85-4d75-9b2c-5446139adc51/.gitconfig'
2026-08-01T09:41:11.1752251Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/dc623a50-2d85-4d75-9b2c-5446139adc51' before making global git config changes
2026-08-01T09:41:11.1753897Z Adding repository directory to the temporary git global config as a safe directory
2026-08-01T09:41:11.1755657Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-01T09:41:11.1804479Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-01T09:41:11.1823460Z https://github.com/BigscreenVR/spt-bs-core
2026-08-01T09:41:11.1833949Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-01T09:41:11.1836145Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-01T09:41:11.1853022Z refs/heads/golden/handrail
2026-08-01T09:41:11.1859590Z [command]/usr/bin/git checkout --detach
2026-08-01T09:41:11.1922001Z HEAD is now at 68e50a906 release: v0.50.0 — HANDRAIL (releases#69)
2026-08-01T09:41:11.1957474Z [command]/usr/bin/git branch --delete --force golden/handrail
2026-08-01T09:41:11.1988133Z Deleted branch golden/handrail (was 68e50a906).
2026-08-01T09:41:11.2086577Z ##[endgroup]
2026-08-01T09:41:11.2089394Z [command]/usr/bin/git submodule status
2026-08-01T09:41:11.2277116Z ##[group]Cleaning the repository
2026-08-01T09:41:11.2279614Z [command]/usr/bin/git clean -ffdx
2026-08-01T09:41:12.0418658Z Removing target/
2026-08-01T09:41:12.0428667Z [command]/usr/bin/git reset --hard HEAD
2026-08-01T09:41:12.0491434Z HEAD is now at 68e50a906 release: v0.50.0 — HANDRAIL (releases#69)
2026-08-01T09:41:12.0496912Z ##[endgroup]
2026-08-01T09:41:12.0498088Z ##[group]Disabling automatic garbage collection
2026-08-01T09:41:12.0501764Z [command]/usr/bin/git config --local gc.auto 0
2026-08-01T09:41:12.0526733Z ##[endgroup]
2026-08-01T09:41:12.0528007Z ##[group]Setting up auth
2026-08-01T09:41:12.0531673Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-01T09:41:12.0556079Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-01T09:41:12.0748300Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-01T09:41:12.0773228Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-01T09:41:12.0988273Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-01T09:41:12.1019921Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-01T09:41:12.1205378Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-01T09:41:12.1237239Z ##[endgroup]
2026-08-01T09:41:12.1244387Z ##[group]Fetching the repository
2026-08-01T09:41:12.1248410Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +68e50a90602578669b8ee5db9be5332bd49ecadf:refs/remotes/origin/golden/handrail
2026-08-01T09:41:12.5235561Z ##[endgroup]
2026-08-01T09:41:12.5237592Z ##[group]Determining the checkout info
2026-08-01T09:41:12.5239878Z ##[endgroup]
2026-08-01T09:41:12.5241204Z [command]/usr/bin/git sparse-checkout disable
2026-08-01T09:41:12.5316808Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-01T09:41:12.5342984Z ##[group]Checking out the ref
2026-08-01T09:41:12.5346143Z [command]/usr/bin/git checkout --progress --force -B golden/handrail refs/remotes/origin/golden/handrail
2026-08-01T09:41:12.5403889Z Switched to a new branch 'golden/handrail'
2026-08-01T09:41:12.5405968Z branch 'golden/handrail' set up to track 'origin/golden/handrail'.
2026-08-01T09:41:12.5411673Z ##[endgroup]
2026-08-01T09:41:12.5448189Z [command]/usr/bin/git log -1 --format=%H
2026-08-01T09:41:12.5472143Z 68e50a90602578669b8ee5db9be5332bd49ecadf
